• File: fixedHeader.jqueryui.css
  • Full Path: C:/htdocs/javascript/daatatables/FixedHeader-3.1.3/css/fixedHeader.jqueryui.css
  • Date Modified: 04/30/2025 7:56 AM
  • File size: 265 bytes
  • MIME-type: text/plain
  • Charset: utf-8
table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}